home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue26 / tiptrix / Vinfo / UMAIN.DFM / UMAIN.txt
Encoding:
Text File  |  1997-08-24  |  629 b   |  32 lines

  1. object Form1: TForm1
  2.   Left = 201
  3.   Top = 177
  4.   Width = 391
  5.   Height = 264
  6.   Caption = 'Version Info'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object MainMenu1: TMainMenu
  17.     Left = 6
  18.     Top = 180
  19.     object File1: TMenuItem
  20.       Caption = '&File'
  21.       object Exit1: TMenuItem
  22.         Caption = '&Exit'
  23.         OnClick = Exit1Click
  24.       end
  25.     end
  26.     object About1: TMenuItem
  27.       Caption = '&About'
  28.       OnClick = About1Click
  29.     end
  30.   end
  31. end
  32.